home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-12-11 | 271 b | 11 lines | [TEXT/MPS ] |
- // Definitions.h
- // Copyright ©1991 Apple Computer, Inc.
- // Kent Sandvik DTS
- // This file contains macros and similar high level/global definitions.
-
- #ifndef __DEFINITIONS__
- #define __DEFINITIONS__
-
- #define DEBUGGEROUTPUT(A) if(qIntenseDebugging){DebugStr(\pA);
-
- #endif